home *** CD-ROM | disk | FTP | other *** search
/ Apple CD-ROM Titles Sampler / Apple CD-ROM Titles Sampler.iso / Demos / Illus DPT demo / stylesheet_3287.css < prev   
Encoding:
Cascading Style Sheet File  |  1991-12-20  |  1.2 KB  |  83 lines

  1.         .style1
  2.         {
  3.             font-family: "Helvetica";
  4.             font-weight: bold;
  5.             font-size: 18pt;
  6.         }
  7.         .style2
  8.         {
  9.             font-family: "Helvetica";
  10.             font-weight: bold;
  11.             font-size: 14pt;
  12.         }
  13.         .style3
  14.         {
  15.             font-family: "Times";
  16.         }
  17.         .style4
  18.         {
  19.             font-family: "Times";
  20.             /* group text style */
  21.             font-weight: bold;
  22.         }
  23.         .style5
  24.         {
  25.             font-family: "Times";
  26.             font-weight: bold;
  27.         }
  28.         .style6
  29.         {
  30.             font-family: "Times";
  31.             font-style: italic;
  32.         }
  33.         .style7
  34.         {
  35.             font-family: "Times";
  36.             /* group text style */
  37.         }
  38.         .style8
  39.         {
  40.             letter-spacing: 0.1em;
  41.             text-shadow: 1px 1px #000000;
  42.         }
  43.         .style9
  44.         {
  45.             letter-spacing: -0.1em;
  46.             text-shadow: 1px 1px #000000;
  47.         }
  48.         .style10
  49.         {
  50.         }
  51.         .style11
  52.         {
  53.             font-style: italic;
  54.         }
  55.         .style12
  56.         {
  57.             /* group text style */
  58.         }
  59.         .style13
  60.         {
  61.             font-family: "Geneva";
  62.         }
  63.         .style14
  64.         {
  65.             font-weight: bold;
  66.         }
  67.         .style15
  68.         {
  69.             color: white; -webkit-text-stroke-width: 1pt; -webkit-text-stroke-color: #000;
  70.             font-weight: bold;
  71.         }
  72.         .style16
  73.         {
  74.             font-family: "Avant Garde";
  75.             font-size: 10pt;
  76.         }
  77.         .style17
  78.         {
  79.             font-family: "Palatino";
  80.             letter-spacing: -0.1em;
  81.             color: white; -webkit-text-stroke-width: 1pt; -webkit-text-stroke-color: #000;
  82.         }
  83.